home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 June / june_1999.iso / Bookmarks / Compass / TEMPLATE / HTML Table.tpl < prev    next >
Encoding:
Text File  |  1999-05-12  |  1.9 KB  |  80 lines

  1. #############################################################################
  2. # Compass Sample Export Template
  3. # HTML Table.tpl
  4. #############################################################################
  5.  
  6. %DESC_LINE_PREFIX="<br>    - "
  7. %DESC_TAB="    "
  8.  
  9. #############################################################################
  10. # Definition of BOOKMARKS & FOLDERS blocks:
  11. #############################################################################
  12.  
  13. {BOOKMARKS}
  14. <tr bgcolor="#CCFFFF">
  15. <td width=80%><font size="-2"><a href="$URL$" target=compass>$TITLE$</a>
  16. $DESCRIPTION$</font></td>
  17. <td><font size="-2">$LASTVISIT$</font></td>
  18. </tr>
  19. {/BOOKMARKS}
  20.  
  21.  
  22. {FOLDERS:FOLDER_LIST}
  23. • <a href="#$FOLDER$$TITLE$">$FOLDER$$TITLE$</a><br>
  24. {/FOLDERS}
  25.  
  26.  
  27. {FOLDERS:TABLES}
  28. <!-- ************************ New Table [$FOLDER$$TITLE$] ************************ -->
  29. <a name="$FOLDER$$TITLE$"></a>
  30. <center>
  31. <b>$FOLDER$$TITLE$</b>
  32. <table border="1" width=90%>
  33. </center>
  34. $BOOKMARKS$
  35. </table>
  36. <br>
  37. <br>
  38.  
  39. {/FOLDERS}
  40.  
  41.  
  42.  
  43. #############################################################################
  44. # The main output file:
  45. #############################################################################
  46.  
  47. {MAIN}
  48. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  49. <html>
  50. <head>
  51. <title>My Bookmarks</title>
  52. </head>
  53.  
  54. <body bgcolor="#FFFFFF">
  55. <table width=100%>
  56. <tr valign="top">
  57.     <td width=20% bgcolor="#66CC99" align="left">
  58.         <font size="-1">
  59.         <center><b>Categories</b></center>
  60.         <br>
  61.         </font>
  62.         <font size="-2">
  63.         $FOLDER_LIST$<br><br>
  64.         <center>Page Updated on $DATE$</center><br>
  65.         <center>Generated by
  66.         <a href="http://www.geocities.com/SiliconValley/Way/5500/compass.html" target=compass><i>Compass $VERSION$</i></a>
  67.         </center>
  68.         </font>
  69.     </td>
  70.  
  71.     <td bgcolor="#FFFFCC">
  72.         $TABLES$
  73.     </td>
  74. </tr>
  75. </table>
  76. </body>
  77. </html>
  78. {/MAIN}
  79.  
  80.